flattenlistmodel: Make the constructor transfer full
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 14:53:55 +0000 (10:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 22:02:44 +0000 (18:02 -0400)
commit1e8be8702693ae24d58e32de848171a9f4c762a2
tree808f0eb3638ca6a5320f99def9b2b6034fd2d262
parentef6babf896cd06bd42d0fb11e3aae7c109708bdd
flattenlistmodel: Make the constructor transfer full

This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.

Update all callers.
12 files changed:
demos/constraint-editor/constraint-view.c
gtk/gtkcustompaperunixdialog.c
gtk/gtkflattenlistmodel.c
gtk/gtkfontchooserwidget.c
gtk/gtkpagesetupunixdialog.c
gtk/gtkprintunixdialog.c
gtk/gtkshortcutmanager.c
gtk/inspector/controllers.c
gtk/inspector/object-tree.c
testsuite/gtk/filterlistmodel-exhaustive.c
testsuite/gtk/flattenlistmodel.c
testsuite/gtk/sortlistmodel-exhaustive.c